@charset "utf-8";
/* CSS Document */
/* 设置容器样式 */
			#dituContent {
				height: 450px;
				width: 850px;
			}

			.mapContent {
				width:300px;
				position: relative;
				top: -20px;
				
			}

			.BMap_bubble_content {
				overflow: visible !important;
			}

			.mapContent .title {
				width: 100%;
				font-size: 18px;
				color: #333;
				line-height: 30px;
				font-weight: bold;
				padding-left: 10px;
				padding-top:10px;
			}

			.mapContent .main {
				font-size: 14px;
				line-height: 30px;
				color: #333;
				padding-left: 10px;
				padding-top:10px;
			}

			.mapContent .main p {
				margin: 0;
				padding: 0;
			}
			.mapContent .main p a{
				color: #333333;
				text-decoration: none;
			}
			.mapContent .main p a:hover{
				color: #333333;
				text-decoration:underline;
			}
